DefinitelyTyped/types/node/tsconfig.json
Nathan Shively-Sanders c8089e91d1
Trim tsconfig files; move untested files to OTHER_FILES.txt (#40676)
* Initial cut

* fix aos global reference

* fix clearbladejs global references

* fix cldr.js augmentations

* fix codemirror compile errors (maybe)

* fixup skipped files after merge

* fix dwt/v13

* add missing references to adone

* fix meteor (manually)

* fix rangy

* add missing file reference to react-blessed

* fix react-dom?

* bump codemirror to 3.2

* bump dwt to 3.2

* Add/remove OTHER_FILES.txt as needed.

* bump react-codemirror to 3.2

* add references to slickgrid tests

* add reference to strophe.js tests

* add reference to strophe+fix types

* add reference to waypoints test

* Bump others to 3.9

* remove incorrectly added file

* Use more explicit types reference paths

* bump strophejs-plugin-roster TS version
2019-11-26 12:47:30 -08:00

53 lines
1.2 KiB
JSON

{
"files": [
"index.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/fs.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/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"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}