AFFiNE/packages/debug/tsconfig.json

11 lines
192 B
JSON
Raw Normal View History

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