AFFiNE/packages/debug/tsconfig.json

14 lines
257 B
JSON
Raw Normal View History

2023-03-02 05:13:45 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"sourceMap": true,
"composite": true,
"noEmit": false,
"outDir": "lib"
2023-03-02 05:13:45 +03:00
},
"include": ["./src"],
"exclude": ["node_modules"]
}