mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 19:14:08 +03:00
c5a295a87b
Co-authored-by: LongYinan <lynweklm@gmail.com>
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "dist/scripts",
|
|
"rootDir": "."
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../tests/fixtures"
|
|
}
|
|
],
|
|
"include": ["scripts", "package.json"]
|
|
}
|