mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 19:14:08 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
13 lines
278 B
JSON
13 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "dist/scripts"
|
|
},
|
|
"include": ["scripts", "package.json"]
|
|
}
|