mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-13 13:14:21 +03:00
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["./scripts", "package.json"]
|
|
}
|