mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
- Moved `verify-ask262-debug.mts` from `scripts` to `lib-src/node`. - Updated import to use `#self` alias. - Added npm script `verify-ask262` to run the verification script. - Adjusted `scripts/tsconfig.json` to include the new file location.
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"include": [".", "../lib-src/node/verify-ask262-debug.mts"],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"erasableSyntaxOnly": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|