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
204 B

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