DefinitelyTyped/types/graphlib-dot/tsconfig.json
2018-10-18 08:39:45 +01:00

25 lines
543 B
JSON

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