Source code
Revision control
Copy as Markdown
Other Tools
{
"include": ["**/*.mjs", "**/*.d.ts"],
"extends": "../../../tools/@types/tsconfig.json",
"exclude": ["./vendor/**/*"],
"compilerOptions": {
"checkJs": true,
"strict": true,
"plugins": [
{
"transform": "../../../tools/ts/plugins/checkRootOnly.js",
"transformProgram": true
}
]
}
}