Files
DefinitelyTyped/rethinkdb/tsconfig.json
2016-11-22 08:58:23 -08:00

20 lines
402 B
JSON

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