forked from M3-Academy/challenge-vtex-io
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"extends": "@vtex/tsconfig",
|
|
"compilerOptions": {
|
|
"noEmitOnError": false,
|
|
"lib": ["dom"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"target": "es2017"
|
|
},
|
|
"include": ["./typings/*.d.ts", "./**/*.tsx", "./**/*.ts"]
|
|
}
|