mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fixed tsconfig by removing path aliases
This commit is contained in:
parent
3ea7ab3151
commit
67fd3e296a
@ -8,8 +8,5 @@
|
||||
"dist",
|
||||
"build",
|
||||
"node_modules"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -8,8 +8,5 @@
|
||||
"dist",
|
||||
"build",
|
||||
"node_modules"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,13 +3,10 @@
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"index.d.ts"
|
||||
, "../lite-text-editor/src/ui/extensions/enter-key-extension.tsx" ],
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"build",
|
||||
"node_modules"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,12 +14,7 @@
|
||||
"noUnusedParameters": false,
|
||||
"preserveWatchOutput": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./*"
|
||||
]
|
||||
}
|
||||
"strict": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
Loading…
Reference in New Issue
Block a user