mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
* feat: add definition for memory-fs * fix: enable strictNullChecks and adjust tests * feat: add standalone module definitions for memory-fs
24 lines
440 B
JSON
24 lines
440 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"memory-fs-tests.ts",
|
|
"lib/join-tests.ts",
|
|
"lib/join.d.ts",
|
|
"lib/normalize-tests.ts",
|
|
"lib/normalize.d.ts"
|
|
]
|
|
}
|