kopia lustrzana https://github.com/shoelace-style/shoelace
remove baseUrl from tsconfig for better dev experience (#1530)
rodzic
a4fc1c5b44
commit
5d72bbd162
|
@ -28,7 +28,6 @@
|
|||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"mocha",
|
||||
"user-agent-data-types"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"include": ["src"],
|
||||
|
|
Ładowanie…
Reference in New Issue