status-web/packages/status-js/tsconfig.json
Felicio Mununga c1d611827f
add configs
2022-05-31 13:14:12 +02:00

14 lines
234 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "dist",
"declarationDir": "dist/types",
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
},
"rootDir": "."
}
}