DefinitelyTyped/react-dom/tsconfig.json
2016-10-12 01:00:49 -07:00

19 lines
393 B
JSON

{
"files": [
"index.d.ts",
"server.d.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}