2024-09-28 01:30:49 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2017",
|
|
|
|
"module": "ESNext",
|
|
|
|
"outDir": "dist",
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"esModuleInterop": true
|
|
|
|
},
|
|
|
|
"include": [
|
2024-10-01 03:54:36 +02:00
|
|
|
"src/**/*.ts",
|
2024-09-28 01:30:49 +02:00
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
|
|
|
}
|