2024-07-31 20:45:07 +05:30
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./build",
|
|
|
|
|
"declaration": true,
|
2024-08-03 21:22:01 +05:30
|
|
|
"allowJs": true,
|
2024-10-24 19:21:08 +05:30
|
|
|
"target": "es6",
|
2024-08-03 21:22:01 +05:30
|
|
|
"module": "commonjs",
|
|
|
|
|
"esModuleInterop": true
|
2024-07-31 20:45:07 +05:30
|
|
|
},
|
|
|
|
|
"include": ["src"]
|
|
|
|
|
}
|