Files
azuredatastudio/samples/sqlservices/tsconfig.json
Alan Ren ae6494f3e4 table component improvement (#13801)
* hyperlink column

* fixed width for image only button - old behavior
2020-12-14 20:28:43 -08:00

16 lines
257 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"rootDir": "."
},
"exclude": [
"node_modules",
".vscode-test"
]
}