forked from JustFly1984/react-google-maps-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
27 lines (27 loc) · 739 Bytes
/
Copy pathtsconfig.json
File metadata and controls
27 lines (27 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"baseUrl": ".",
"exclude": ["node_modules"],
"types": ["googlemaps", "jest", "invariant", "react-dom", "eslint", "estree", "webpack"],
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "es2015",
"jsx": "react-jsx",
"lib": ["dom"],
"rootDir": "packages",
"declaration": true,
"declarationDir": "dist",
"noEmit": true,
"strict": true,
"allowJs": false,
"checkJs": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
"noImplicitThis": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
}
}