mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 00:33:06 +03:00
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": false,
|
|
"outDir": "./lib/tests",
|
|
"types": ["node"],
|
|
"allowJs": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["./test"]
|
|
}
|