{ "compilerOptions": { "outDir": "./build", "target": "ES2020", "module": "commonjs", "lib": ["ES2020", "dom"], "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "allowJs": false, "alwaysStrict": true, "sourceMap": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, "experimentalDecorators": true, "importHelpers": true, "declaration": true, "watch": false, "emitDecoratorMetadata": true, "esModuleInterop": true, "removeComments": false }, "include": ["src/**/*", "test/**/*"] }