mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|