feat(regime)
This commit is contained in:
commit
2be7ec6836
62 changed files with 1817 additions and 0 deletions
14
templates/shared/library/tsconfig.test.json
Normal file
14
templates/shared/library/tsconfig.test.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"references": [
|
||||
{ "path": "./tsconfig.src.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"types": ["bun"]
|
||||
},
|
||||
"include": [
|
||||
"tests"
|
||||
],
|
||||
"files": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue