secure-data-sandbox/tsconfig.json

11 строки
165 B
JSON

{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"declarationMap": true
},
"exclude": [
"node_modules",
"dist"
]
}