mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore: standardize tsconfig (#9568)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"extends": "../../../tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"outDir": "lib",
|
||||
"composite": true
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["index.d.ts"]
|
||||
"include": ["index.d.ts"],
|
||||
"references": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user