2024-11-27 20:30:07 +05:00
|
|
|
{
|
2025-06-22 14:20:38 +05:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"module": "es6",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"jsx": "react",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"allowJs": true
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
|
"exclude": ["node_modules"]
|
2024-11-27 20:30:07 +05:00
|
|
|
}
|