{ "include": ["common/**/*.mjs"], "extends": "../../../tools/@types/tsconfig.json", "compilerOptions": { "checkJs": true, "strict": true, "noImplicitAny": false, "strictNullChecks": false, "plugins": [ { "transform": "../../../tools/ts/plugins/checkRootOnly.js", "transformProgram": true } ] } }