2022-04-04 16:50:52 +03:00
|
|
|
{
|
|
|
|
"include": [
|
|
|
|
"./src/**/*"
|
|
|
|
],
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
2022-04-05 22:34:06 +03:00
|
|
|
"module": "commonjs",
|
2022-04-04 16:50:52 +03:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true,
|
2023-08-08 15:45:22 +03:00
|
|
|
"skipLibCheck": true,
|
2022-04-28 03:22:20 +03:00
|
|
|
"outDir": "./dist",
|
2022-04-04 16:50:52 +03:00
|
|
|
}
|
|
|
|
}
|