chore(tsconfig): move baseUrl to base tsconfig
parent
7e5360ad97
commit
d53ea1ad2b
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "./dist/types",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"module": "es2020",
|
||||
"lib": ["dom", "es2020"],
|
||||
"target": "es2020",
|
||||
|
|
Loading…
Reference in New Issue