DefinitelyTyped/jfs/tsconfig.json
Tomasz Łaziuk 3a3831bc52 [jfs] new typings, version 0.2.6 (#14124)
* jfs v0.2.6

* node is not needed
2017-01-19 13:08:52 -08:00

24 lines
384 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"jfs-tests.ts"
]
}