challenge-vtex-io-Gustavo-R.../react/tsconfig.json

17 lines
278 B
JSON
Raw Normal View History

{
"extends": "@vtex/tsconfig",
"compilerOptions": {
"noEmitOnError": false,
2023-02-09 01:24:47 +00:00
"lib": [
"dom"
],
"module": "esnext",
"moduleResolution": "node",
"target": "es2017"
},
2023-02-09 01:24:47 +00:00
"include": [
"./typings/*.d.ts",
"./**/*.tsx",
"./**/*.ts"
]
}