challenge-vtex-io-Mateus-Lopes/react/tsconfig.json

18 lines
279 B
JSON
Raw Permalink Normal View History

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