DefinitelyTyped/types/node/tsconfig.json
2019-01-28 12:12:28 -08:00

66 lines
1.4 KiB
JSON

{
"files": [
"index.d.ts",
"globals.d.ts",
"assert.d.ts",
"async_hooks.d.ts",
"buffer.d.ts",
"child_process.d.ts",
"cluster.d.ts",
"console.d.ts",
"constants.d.ts",
"crypto.d.ts",
"dgram.d.ts",
"dns.d.ts",
"domain.d.ts",
"events.d.ts",
"fs.d.ts",
"http.d.ts",
"http2.d.ts",
"https.d.ts",
"inspector.d.ts",
"module.d.ts",
"net.d.ts",
"os.d.ts",
"path.d.ts",
"perf_hooks.d.ts",
"process.d.ts",
"punycode.d.ts",
"querystring.d.ts",
"readline.d.ts",
"repl.d.ts",
"stream.d.ts",
"string_decoder.d.ts",
"timers.d.ts",
"tls.d.ts",
"trace_events.d.ts",
"tty.d.ts",
"url.d.ts",
"util.d.ts",
"v8.d.ts",
"vm.d.ts",
"worker_threads.d.ts",
"zlib.d.ts",
"node-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}