DefinitelyTyped/types/node/tsconfig.json
2019-03-29 02:15:14 +01:00

93 lines
2.1 KiB
JSON

{
"files": [
"index.d.ts",
"base.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",
"test/assert.ts",
"test/buffer.ts",
"test/child_process.ts",
"test/cluster.ts",
"test/crypto.ts",
"test/dgram.ts",
"test/events.ts",
"test/global.ts",
"test/http.ts",
"test/http2.ts",
"test/net.ts",
"test/os.ts",
"test/path.ts",
"test/perf_hooks.ts",
"test/process.ts",
"test/querystring.ts",
"test/readline.ts",
"test/repl.ts",
"test/stream.ts",
"test/tls.ts",
"test/tty.ts",
"test/util.ts",
"test/v8.ts",
"test/worker_threads.ts",
"test/zlib.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}