DefinitelyTyped/types/nprogress/tsconfig.json
Michael Mitchell 21e68259f6 [nprogress] bring up to current standards (#35862)
Redos the definitions
Exports options interface
Lint
Clean up tests
2019-05-31 14:24:02 -07:00

26 lines
555 B
JSON

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