mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-29 06:15:24 -04:00
🔧 tsconfig.json with shared code
This commit is contained in:
parent
a49fd4c470
commit
2e4237810c
1 changed files with 9 additions and 0 deletions
9
packages/round/tsconfig.json
Normal file
9
packages/round/tsconfig.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"references": [{ "path": "../shared" }],
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue