123456789101112131415161718 |
- {
- "compilerOptions": {
- "noImplicitAny": false,
- "noEmitOnError": true,
- "removeComments": true,
- "allowJs": true,
- "sourceMap": false,
- "module": "CommonJS",
- "target": "ES2017",
- "outDir": "dist",
- "baseUrl": "./",
- },
- "include": [
- "./types/*",
- "./plugins/*/index.ts"
- ]
- }
|