mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
New shared config for our extensions (#9624)
* New shared config for our extensions * Path
This commit is contained in:
6
extensions/shared.sql.tsconfig.json
Normal file
6
extensions/shared.sql.tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "./shared.tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "es6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user