mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"include": [
|
|
"./src",
|
|
"./src/resources/*.json",
|
|
"./src/i18n-completenesses.json"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"references": [{ "path": "../../common/debug" }]
|
|
}
|