challenge-vtex-io-amanda-al.../react/tsconfig.json
2023-02-01 20:50:50 -03:00

18 lines
330 B
JSON

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