Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "target": "ESNext",
- "module": "NodeNext",
- "moduleResolution": "NodeNext",
- "noEmit": true,
- "strict": true,
- "alwaysStrict": true,
- "allowJs": true,
- "checkJs": true
- },
- "include": [
- "./**/*.ts",
- "./**/*.js",
- "./**/*.cjs",
- "./**/*.mjs",
- ],
- "exclude": [
- "./apps/**/*",
- "./internal/**/*",
- "./packages/**/*"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment