Guest User

Untitled

a guest
Oct 21st, 2022
110
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": "ESNext",
  4.     "module": "NodeNext",
  5.     "moduleResolution": "NodeNext",
  6.     "noEmit": true,
  7.     "strict": true,
  8.     "alwaysStrict": true,
  9.     "allowJs": true,
  10.     "checkJs": true
  11.   },
  12.   "include": [
  13.     "./**/*.ts",
  14.     "./**/*.js",
  15.     "./**/*.cjs",
  16.     "./**/*.mjs",
  17.   ],
  18.   "exclude": [
  19.     "./apps/**/*",
  20.     "./internal/**/*",
  21.     "./packages/**/*"
  22.   ]
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment