Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "sourceMap": true,
- "noImplicitAny": true,
- "module": "commonjs",
- "lib": [
- "es6",
- "dom"
- ],
- "target": "es5",
- "jsx": "react",
- "moduleResolution": "node",
- "typeRoots": [
- "./node_modules/@types",
- "./src/brave/components/definitions"
- ],
- // optional
- "forceConsistentCasingInFileNames": true,
- "noImplicitReturns": true,
- "strictNullChecks": true,
- "suppressImplicitAnyIndexErrors": true,
- "noUnusedLocals": true
- },
- "include": [
- "./src/brave/components/**/*.{ts,tsx}"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement