mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* feat(is‑windows): Update to v1.0
* test(is‑windows): Fix UMD test
* chore(is‑windows): Remove `.editorconfig` 😡️
21 lines
398 B
JSON
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"
|
|
]
|
|
}
|