mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
* initial checkin * exclude from default ads package * keep extensions.js in sync * address review feedback * PR comments
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"noUnusedParameters": false
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|