mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-21 02:35:15 -04:00
🔧 tsconfig.json
This commit is contained in:
parent
2626cc005f
commit
f2a3865843
2 changed files with 18 additions and 0 deletions
9
packages/original/tsconfig.json
Normal file
9
packages/original/tsconfig.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
/* Basic Options */
|
||||
"outDir": "dist",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "../shared" }]
|
||||
}
|
9
packages/round/tsconfig.json
Normal file
9
packages/round/tsconfig.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
/* Basic Options */
|
||||
"outDir": "dist",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "../shared" }]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue