Advertisement
maddada

2019-03-17 Default tsconfig.json for ASP.NET - Galaxy

Mar 17th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.24 KB | None | 0 0
  1. {
  2.   "compilerOptions": {
  3.     "noImplicitAny": false,
  4.     "noEmitOnError": true,
  5.     "removeComments": false,
  6.     "sourceMap": true,
  7.     "target": "es5",
  8.     "module": "amd"
  9.   },
  10.   "exclude": [
  11.     "node_modules",
  12.     "wwwroot"
  13.   ]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement