2022-12-20 15:17:51 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"sourceMap": true,
|
|
|
|
"jsx": "react",
|
2023-03-05 10:53:14 +00:00
|
|
|
"target": "ES2016",
|
2022-12-20 15:17:51 +00:00
|
|
|
"allowJs": true,
|
2022-12-27 14:39:01 +00:00
|
|
|
"strict": true,
|
2022-12-20 15:17:51 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"outDir": "dist",
|
|
|
|
"skipLibCheck": true
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "dist"],
|
|
|
|
"include": ["src"]
|
|
|
|
}
|