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.

tsconfig.json 248B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "es6",
  5. "outDir": "dist",
  6. "lib": ["es6", "WebWorker"],
  7. "sourceMap": true,
  8. "rootDir": "src",
  9. "strict": true
  10. },
  11. "exclude": ["node_modules", ".vscode-test-web"]
  12. }