Advertisement
tha-dude

tsconfig.json

Jan 12th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.41 KB | None | 0 0
  1. {
  2.   "compilerOptions": {
  3.     "target": "ES5",
  4.     "module": "commonjs",
  5.     "noEmitOnError": false,
  6.     "rootDir": ".",
  7.     "emitDecoratorMetadata": true,
  8.     "experimentalDecorators": true,
  9.     "sourceMap": true,
  10.     "sourceRoot": "",
  11.     "inlineSourceMap": false,
  12.     "inlineSources": false
  13.   },
  14.   "files": [
  15.     "app/app.ts"
  16.   ],
  17.   "exclude": [
  18.     "node_modules"
  19.   ],
  20.   "compileOnSave": false
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement