DefinitelyTyped/types/roads/tsconfig.json
Dancespiele 3bdafbcb56 add types definitions for the roads project (#23832)
* add types for the roads project

* fix a type
2018-02-26 08:49:21 -08:00

25 lines
505 B
JSON

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