mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src", "index.d.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../global"
|
|
}
|
|
]
|
|
}
|