mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 06:02:34 +03:00
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node16",
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src/bin", "src"]
|
|
}
|