mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 00:22:56 +03:00
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "lib",
|
|
"noEmit": false
|
|
},
|
|
"include": ["vite.config.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../tests/fixtures"
|
|
}
|
|
]
|
|
}
|