DefinitelyTyped/types/is-windows/tsconfig.json
ExE Boss 0e7f7862f7 feat(is‑windows): Update to v1.0 (#39117)
* feat(is‑windows): Update to v1.0

* test(is‑windows): Fix UMD test

* chore(is‑windows): Remove `.editorconfig` 😡
2019-11-19 11:12:10 -08:00

21 lines
398 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es5"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"test/is-windows.cjs.test.ts",
"test/is-windows.umd.test.ts"
]
}