AFFiNE/packages/common/y-indexeddb/tsconfig.node.json

12 lines
244 B
JSON
Raw Normal View History

2023-04-02 10:57:50 +03:00
{
"extends": "../../../tsconfig.json",
2023-04-02 10:57:50 +03:00
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"outDir": "lib"
2023-04-02 10:57:50 +03:00
},
"include": ["vite.config.ts"]
}