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.
 
 
 
 
 
 

15 lines
310 B

  1. {
  2. "compilerOptions": {
  3. "target": "ES2015",
  4. "module": "commonjs",
  5. "strict": true,
  6. "esModuleInterop": true,
  7. "skipLibCheck": true,
  8. "forceConsistentCasingInFileNames": true,
  9. "outDir": "../../build/main",
  10. "allowJs": true,
  11. "noImplicitAny": false,
  12. },
  13. "exclude": ["static"]
  14. }