tsconfig.json 170 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "es5",
  5. "sourceMap": true,
  6. "outDir": "../build"
  7. },
  8. "exclude": [
  9. "../../node_modules"
  10. ]
  11. }