DefinitelyTyped/memory-fs/tsconfig.json

24 lines
534 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"lib/join.d.ts",
"lib/normalize.d.ts",
"test/index.ts",
"test/join.ts",
"test/normalize.ts"
]
}