tsconfig.json (351B)
1 { 2 "include": ["*.sys.mjs", "types/*.ts"], 3 "exclude": ["Interactions.sys.mjs", "PlacesUIUtils.sys.mjs"], 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 }