{ "compilerOptions": { "strict": true, "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "outDir": "./dist", "baseUrl": "./", "target": "ES2021", "sourceMap": true, "incremental": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": false, "lib": ["es6"] }, "include": ["src/**/*.ts"] }