mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 11:52:44 +00:00
Previously it incorrectly resolved to @types/assert, which is *almost* the same, but a port that necessarily lags a bit, and is compatible with the browser.
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"node-tests.ts",
|
|
"test/assert.ts",
|
|
"test/async_hooks.ts",
|
|
"test/buffer.ts",
|
|
"test/child_process.ts",
|
|
"test/constants.ts",
|
|
"test/cluster.ts",
|
|
"test/crypto.ts",
|
|
"test/dgram.ts",
|
|
"test/events.ts",
|
|
"test/fs.ts",
|
|
"test/global.ts",
|
|
"test/http.ts",
|
|
"test/http2.ts",
|
|
"test/module.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/string_decoder.ts",
|
|
"test/tls.ts",
|
|
"test/tty.ts",
|
|
"test/util.ts",
|
|
"test/v8.ts",
|
|
"test/vm.ts",
|
|
"test/worker_threads.ts",
|
|
"test/zlib.ts",
|
|
"test/url.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"lib": [
|
|
"es2018",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"paths": {
|
|
"assert": ["node/assert.d.ts"]
|
|
},
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|