{ "compilerOptions": { "rootDir": "src", "strict": true, "esModuleInterop": true, "noImplicitAny": true, "experimentalDecorators": true, "strictNullChecks": true, "importsNotUsedAsValues": "error", "moduleResolution": "node", "skipLibCheck": true, "declaration": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true }, "exclude": ["node_modules", "dist"], "include": ["src"] }