chore: remove baseUrl from tsconfig (#7258)

* chore: remove baseUrl from tsconfig

* ?
This commit is contained in:
Joshua Chen 2022-04-28 22:03:25 +08:00 committed by GitHub
parent ba1d3f45e7
commit a30daa1530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 5 deletions

View file

@ -3,7 +3,6 @@
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"rootDir": "src",
"baseUrl": "src",
"outDir": "lib"
}
}

View file

@ -3,7 +3,6 @@
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"rootDir": "src",
"baseUrl": "src",
"outDir": "lib"
}
}

View file

@ -4,8 +4,7 @@
"lib": ["DOM", "ES2019"],
"module": "esnext",
"noEmit": true,
"jsx": "react-native",
"baseUrl": "src"
"jsx": "react-native"
},
"include": ["src/"]
}

View file

@ -3,7 +3,6 @@
"compilerOptions": {
"lib": ["DOM", "ES2019"],
"rootDir": "src",
"baseUrl": "src",
"outDir": "lib"
}
}