mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"jsx": "react",
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-router-native-tests.tsx"
|
|
]
|
|
}
|