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.
 
 

17 lines
388 B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "outDir": "./dist",
  6. "strict": true,
  7. "strictPropertyInitialization": false,
  8. "resolveJsonModule": true,
  9. "esModuleInterop": true,
  10. "experimentalDecorators": true,
  11. "emitDecoratorMetadata": true,
  12. "skipLibCheck": true,
  13. "forceConsistentCasingInFileNames": true,
  14. "allowJs": true
  15. }
  16. }