mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: remove baseUrl from tsconfig (#7258)
* chore: remove baseUrl from tsconfig * ?
This commit is contained in:
parent
ba1d3f45e7
commit
a30daa1530
|
|
@ -3,7 +3,6 @@
|
|||
"compilerOptions": {
|
||||
"lib": ["DOM", "ES2019"],
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"outDir": "lib"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
"compilerOptions": {
|
||||
"lib": ["DOM", "ES2019"],
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"outDir": "lib"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@
|
|||
"lib": ["DOM", "ES2019"],
|
||||
"module": "esnext",
|
||||
"noEmit": true,
|
||||
"jsx": "react-native",
|
||||
"baseUrl": "src"
|
||||
"jsx": "react-native"
|
||||
},
|
||||
"include": ["src/"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
"compilerOptions": {
|
||||
"lib": ["DOM", "ES2019"],
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"outDir": "lib"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue