2023-12-04 19:21:33 +01:00
|
|
|
{
|
2024-08-06 00:15:53 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "./build",
|
|
|
|
"rootDir": "./src",
|
|
|
|
"esModuleInterop": true,
|
2024-08-06 20:22:18 +02:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2024-08-06 00:15:53 +02:00
|
|
|
"skipLibCheck": true
|
|
|
|
},
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules", "build"]
|
|
|
|
}
|