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",
|
"dist",
|
||||||
"build",
|
"build",
|
||||||
"node_modules"
|
"node_modules"
|
||||||
],
|
]
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": "."
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,5 @@
|
|||||||
"dist",
|
"dist",
|
||||||
"build",
|
"build",
|
||||||
"node_modules"
|
"node_modules"
|
||||||
],
|
]
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": "."
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -3,13 +3,10 @@
|
|||||||
"include": [
|
"include": [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"index.d.ts"
|
"index.d.ts"
|
||||||
, "../lite-text-editor/src/ui/extensions/enter-key-extension.tsx" ],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"dist",
|
"dist",
|
||||||
"build",
|
"build",
|
||||||
"node_modules"
|
"node_modules"
|
||||||
],
|
]
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": "."
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -14,12 +14,7 @@
|
|||||||
"noUnusedParameters": false,
|
"noUnusedParameters": false,
|
||||||
"preserveWatchOutput": true,
|
"preserveWatchOutput": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true
|
||||||
"paths": {
|
|
||||||
"@/*": [
|
|
||||||
"./*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules"
|
||||||
|
Loading…
Reference in New Issue
Block a user