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.

21 lines
1.3KB

  1. {
  2. "compilerOptions": {
  3. "target": "es5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
  4. "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
  5. "lib": [
  6. "es6"
  7. ] /* Specify library files to be included in the compilation. */,
  8. "allowJs": true /* Allow javascript files to be compiled. */,
  9. "outDir": "build" /* Redirect output structure to the directory. */,
  10. "rootDir": "src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
  11. "strict": true /* Enable all strict type-checking options. */,
  12. "skipLibCheck": true,
  13. "noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
  14. "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
  15. "resolveJsonModule": true /* Include modules imported with '.json' extension */,
  16. "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
  17. "sourceMap": true,
  18. }
  19. }