Files
DefinitelyTyped/types/bulma-calendar/tsconfig.json
Remco Haszing a7b2dc4407 Add types for bulma-calendar (#42478)
* Add types for bulma-calendar

* Process feedback
2020-02-20 14:50:51 -08:00

25 lines
514 B
JSON

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