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 rivejä
271 B

  1. {
  2. "compilerOptions": {
  3. "esModuleInterop": true,
  4. "moduleResolution": "node",
  5. "module": "commonjs",
  6. "target": "es2017",
  7. "outDir": "dist",
  8. "declaration": true,
  9. "rootDir": "src"
  10. },
  11. "include": ["src"],
  12. "exclude": ["node_modules", "dist"]
  13. }