You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
294 B

5 months ago
5 months ago
5 months ago
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "commonjs",
  5. "strict": true,
  6. "resolveJsonModule": true,
  7. "esModuleInterop": true,
  8. "skipLibCheck": true,
  9. "forceConsistentCasingInFileNames": true,
  10. "outDir": "./dist"
  11. },
  12. "include": ["src/**/*.ts"],
  13. "exclude": ["node_modules"]
  14. }