Files
DefinitelyTyped/mz/tsconfig.json
2016-11-08 06:05:52 -08:00

25 lines
531 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"fs.d.ts",
"dns.d.ts",
"crypto.d.ts",
"child_process.d.ts",
"zlib.d.ts",
"readline.d.ts",
"index.d.ts",
"mz-tests.ts"
]
}