Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "target": "es5",
- "lib": ["dom", "dom.iterable", "esnext"],
- "allowJs": true,
- "baseUrl": ".",
- "skipLibCheck": true,
- "strict": false,
- "forceConsistentCasingInFileNames": true,
- "noEmit": true,
- "esModuleInterop": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "noImplicitAny": false,
- "noImplicitThis": false,
- "noFallthroughCasesInSwitch": true,
- "typeRoots": ["./@types", "./node_modules/@types"],
- "paths": {
- "@global/*": ["../global/build/*"],
- "draftjs-utils": ["./@types/draftjs-utils"]
- },
- "plugins": [
- {
- "name": "typescript-strict-plugin"
- }
- ],
- "jsx": "preserve"
- },
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
- "exclude": ["node_modules"],
- "references": [{ "path": "../global" }]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement