DefinitelyTyped/types/smartwizard/tsconfig.json
Stan Kurek 8590aaecf8 Added type definitions for smartwizard (#37895)
* Added type definitions for smartwizard

* Correct package name in the header
2019-08-26 09:49:10 -07:00

25 lines
511 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",
"smartwizard-tests.ts"
]
}