| 123456789101112 |
- {
- "compilerOptions": {
- "target": "es2016",
- "module": "commonjs",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true,
- "outDir": "dist"
- },
- "include": [ "./**/*", ".github/linter/customRules.ts", ".github/linter/index.ts" ]
- }
|