{ "compileOnSave": false, "compilerOptions": { "outDir": "dist", "module": "ES2022", "target": "ES2022", "lib": [ "ES2022" ], "sourceMap": true, "strictNullChecks": true, "noImplicitAny": false, "preserveConstEnums": true, "removeComments": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "moduleResolution": "Node", }, "watchOptions": { "watchFile": "fixedpollinginterval" } }