mirror of
https://github.com/ckaczor/etsy-shop-widget.git
synced 2026-01-13 17:22:47 -05:00
25 lines
457 B
JSON
25 lines
457 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"es2015.promise",
|
|
"es2015.iterable"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|