DefinitelyTyped/types/frisby/tsconfig.json
Christopher Woodland ac6469fbcc strictNullChecks true
2018-02-26 21:43:49 -05:00

20 lines
449 B
JSON

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