status-web/packages/status-js/tsconfig.json

13 lines
259 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "./dist",
"declarationDir": "./dist/types",
// todo: turn on?
"noImplicitReturns": false,
"noPropertyAccessFromIndexSignature": false
}
}