mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-25 12:38:57 +02:00
chore: remove baseUrl from tsconfig (#7258)
* chore: remove baseUrl from tsconfig * ?
This commit is contained in:
parent
ba1d3f45e7
commit
a30daa1530
4 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue