00dani

tsconfig.json

Feb 14th, 2022
1,331
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.     "baseUrl": ".",
  4.     "inlineSourceMap": true,
  5.     "inlineSources": true,
  6.     "module": "ESNext",
  7.     "target": "ES6",
  8.     "allowJs": true,
  9.     "noImplicitAny": true,
  10.     "moduleResolution": "node",
  11.     "importHelpers": true,
  12.     "isolatedModules": true,
  13.     "lib": [
  14.       "DOM",
  15.       "ES5",
  16.       "ES6",
  17.       "ES7"
  18.     ]
  19.   },
  20.   "include": [
  21.     "**/*.ts"
  22.   ]
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment