mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 20:32:04 +03:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"exclude": ["dist"]
|
|
}
|