mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 11:31:08 +03:00
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "./lib/scripts",
|
|
"rootDir": "."
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../../tests/fixtures"
|
|
},
|
|
{
|
|
"path": "../../../tests/kit"
|
|
}
|
|
],
|
|
"include": ["scripts", "package.json"],
|
|
"exclude": ["tests"]
|
|
}
|