Files
AFFiNE-Mirror/packages/jotai/tsconfig.json
Himself65 02757e53c1 fix: move workspace to top level (#2717)
(cherry picked from commit 4958d096b0)
2023-06-08 18:28:58 +08:00

10 lines
155 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
}
}