challenge-vtex-io-amanda-al.../react/tsconfig.json
2023-02-04 14:50:58 -03:00

20 lines
415 B
JSON

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