feat(cli): Add new check command for type checking and update compiler options handling

This commit is contained in:
2025-05-15 09:31:57 +00:00
parent 6d68f35a9a
commit 960fc5f213
9 changed files with 402 additions and 49 deletions

View File

@ -11,7 +11,7 @@
},
"scripts": {
"test": "tsrun test/test.ts",
"build": "node cli.ts.js --web --allowimplicitany",
"build": "node cli.ts.js --web",
"buildDocs": "tsdoc"
},
"repository": {
@ -65,5 +65,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
],
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}