Files
AFFiNE-Mirror/packages/debug/tsconfig.json
Himself65 bdabe656c3 fix: remove dependencies in @affine/debug (#2708)
(cherry picked from commit cd5c4b5cb7)
2023-06-08 18:25:04 +08:00

14 lines
257 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"sourceMap": true,
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"include": ["./src"],
"exclude": ["node_modules"]
}