mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"types": ["electron"]
|
|
},
|
|
"include": ["**.ts", "**.tsx"]
|
|
}
|