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