{ "compilerOptions": { "target": "ES2019", "module": "commonjs", "lib": ["ES2019"], "moduleResolution": "node", "allowJs": false, "checkJs": false, "declaration": true, "sourceMap": true, "outDir": "./build", "rootDir": "./src", "removeComments": false, "noEmitOnError": true, "importHelpers": false, "strict": true, "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "forceConsistentCasingInFileNames": true, "incremental": false } }