tsconfig.json (303B)
1 { 2 "include": ["**/*.mjs", "types/*.ts"], 3 "exclude": [], 4 "extends": "../../../tools/@types/tsconfig.json", 5 6 "compilerOptions": { 7 "checkJs": true, 8 9 "plugins": [ 10 { 11 "transform": "../../../tools/ts/plugins/checkRootOnly.js", 12 "transformProgram": true 13 } 14 ] 15 } 16 }