mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
chore: standardize tsconfig (#9568)
This commit is contained in:
@@ -1,28 +1,7 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
// exists for easier extending in blocksuite packages
|
||||
"extends": "../tsconfig.web.json",
|
||||
"compilerOptions": {
|
||||
"useDefineForClassFields": false,
|
||||
"module": "ESNext",
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||
"moduleResolution": "Bundler",
|
||||
"esModuleInterop": true,
|
||||
"noEmitOnError": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitOverride": true,
|
||||
"skipLibCheck": true,
|
||||
"incremental": true,
|
||||
"composite": true
|
||||
},
|
||||
"files": [],
|
||||
"ts-node": {
|
||||
"esm": true,
|
||||
"experimentalSpecifierResolution": "node",
|
||||
"compilerOptions": {
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noImplicitReturns": false
|
||||
}
|
||||
"types": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user