challenge-vtex-io-Mateus-Lopes/react/tsconfig.json
2023-02-03 23:15:51 -03:00

18 lines
279 B
JSON

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