mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:12:53 +03:00
11 lines
192 B
JSON
11 lines
192 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"target": "ESNext",
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"include": ["./src"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|