mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore: standardize tsconfig (#9568)
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"extends": "../../tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": ".",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler"
|
||||
"outDir": "dist"
|
||||
},
|
||||
"exclude": ["dist"],
|
||||
"include": ["index.ts"]
|
||||
"files": ["index.ts"],
|
||||
"references": [{ "path": "../cli" }, { "path": "../utils" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user