explore-services/services/sitemaps/tsconfig.json

15 lines
231 B
JSON

{
"compilerOptions": {
"typeRoots": [
"node_modules/@types"
],
"noImplicitAny": false,
"lib": [
"es2017",
"dom"
],
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
}