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