mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
057346ba95
(cherry picked from commit 541011ba90)
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"types": ["electron"]
|
|
},
|
|
"include": ["**.ts", "**.tsx"]
|
|
}
|