12345678910111213 |
- {
- "compilerOptions": {
- "strictPropertyInitialization": false,
- "noImplicitAny": false,
- "target": "ESnext",
- "module": "commonjs",
- "declaration": true,
- "strict": true,
- "experimentalDecorators": true
- },
- "include": ["src/**/*.ts", "test/**/*.ts"],
- "exclude": ["node_modules"],
- }
|