14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"extends": "../../../../tools/@types/tsconfig.json",
|
|
"include": ["*.mjs", "types/*.ts"],
|
|
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"plugins": [
|
|
{
|
|
"transform": "../../../../tools/ts/plugins/checkRootOnly.js",
|
|
"transformProgram": true
|
|
}
|
|
]
|
|
}
|
|
}
|