forked from rosa/hakurei
cmd/mbf: jstest: add basic CLI reporter
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
// This file defines the common options for all TypeScript here. This shouldn't
|
||||
// be directly used as the project file in builds; see tsconfig.*.json instead,
|
||||
// which inherit from this file and essentially define specific build targets.
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2024",
|
||||
"strict": true,
|
||||
"alwaysStrict": true,
|
||||
"outDir": "static"
|
||||
}
|
||||
}
|
||||
"outDir": "static",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user