| 123456789101112131415 |
- {
- "compilerOptions": {
- "strictPropertyInitialization": false,
- "noImplicitAny": false,
- "target": "ESnext",
- "module": "commonjs",
- "declaration": true,
- "outDir": "./lib",
- "strict": true,
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true
- },
- "include": ["src/backend/**/*", "test/**/*"],
- "exclude": ["node_modules", "**/__tests__/*"]
- }
|