AFFiNE/packages/debug/tsconfig.json

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"]
}