Anonymous 3D Imageboard http://cyberia.digital/
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.

26 lines
452B

  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "baseUrl": "./",
  5. "outDir": "./dist/out-tsc",
  6. "sourceMap": true,
  7. "declaration": false,
  8. "module": "es2015",
  9. "moduleResolution": "node",
  10. "emitDecoratorMetadata": true,
  11. "experimentalDecorators": true,
  12. "target": "es5",
  13. "typeRoots": [
  14. "node_modules/@types"
  15. ],
  16. "lib": [
  17. "dom",
  18. "es6",
  19. "es5"
  20. ],
  21. },
  22. "exclude": [
  23. "*.tsx"
  24. ]
  25. }