DefinitelyTyped/types/task-graph-runner/tsconfig.json
2018-07-23 11:27:11 -07:00

25 lines
544 B
JSON

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