mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
14 lines
188 B
JSON
14 lines
188 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"jsx": "react",
|
|
"module": "es2020",
|
|
"lib": [
|
|
"es2018",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
]
|
|
}
|
|
}
|