DefinitelyTyped/types/valiant/tsconfig.json
whatasoda 2eda9e3a6f Added declaration of tweetdeck/valiant (#27385)
* Added declaration of tweetdeck/valiant

* fixed version notation and miss typo.
2018-07-27 17:22:02 -07:00

24 lines
488 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",
"valiant-tests.ts"
]
}