19 lines
309 B
JSON
19 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"target": "esnext",
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |