2022-12-18 12:55:24 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"sourceMap": true,
|
|
|
|
"jsx": "react",
|
|
|
|
"target": "ES6",
|
|
|
|
"allowJs": true,
|
|
|
|
"esModuleInterop": true,
|
2022-12-19 15:57:29 +00:00
|
|
|
"moduleResolution": "Node",
|
|
|
|
"outDir": "dist",
|
|
|
|
"skipLibCheck": true
|
2022-12-18 12:55:24 +00:00
|
|
|
},
|
2022-12-19 15:57:29 +00:00
|
|
|
"exclude": ["node_modules", "dist"],
|
2022-12-18 12:55:24 +00:00
|
|
|
"include": ["src"]
|
|
|
|
}
|