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