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.
 
 
 
 
 
 

12 lines
195 B

  1. {
  2. "compilerOptions": {
  3. "lib": ["ES2020"],
  4. "module": "ES6",
  5. "outDir": "dist",
  6. "strict": true,
  7. "target": "ES6"
  8. },
  9. "include": ["src"],
  10. "exclude": ["src/**/*.test.ts*"]
  11. }