Files
DefinitelyTyped/mz/tsconfig.json
Ron Buckton cb0e522a9d Break mz into modules, remove unused bluebird reference (#11549)
* Break mz into modules, remove unused bluebird reference

* Fix incorrect import
2016-10-03 12:50:07 -07:00

24 lines
481 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": 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"
]
}