challenge-vtex-io-gabriel-f.../react/tsconfig.json

17 lines
278 B
JSON

{
"extends": "@vtex/tsconfig",
"compilerOptions": {
"noEmitOnError": false,
"lib": [
"dom"
],
"module": "esnext",
"moduleResolution": "node",
"target": "es2017"
},
"include": [
"./typings/*.d.ts",
"./**/*.tsx",
"./**/*.ts"
]
}