DefinitelyTyped/react-split-pane/tsconfig.json

20 lines
443 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"react-split-pane.d.ts",
"react-split-pane-tests.tsx"
]
}