DefinitelyTyped/msgpack5/tsconfig.json
heycalmdown ab5c71adc8 Adopt a review by @andy-ms
- Combine authors on a line
- turn the `strictNullChecks` on
2016-11-15 13:37:55 +09:00

21 lines
434 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"msgpack5-test.ts"
]
}