mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
refactor(infra): directory structure (#4615)
This commit is contained in:
8
packages/frontend/i18n/tsconfig.node.json
Normal file
8
packages/frontend/i18n/tsconfig.node.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["node"],
|
||||
"outDir": "./lib/scripts"
|
||||
},
|
||||
"include": ["./src/scripts"]
|
||||
}
|
||||
Reference in New Issue
Block a user