2023-12-01 15:49:39 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-12-03 08:58:54 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
2023-12-11 07:15:19 +00:00
|
|
|
"target": "ES2015",
|
2023-12-01 15:49:39 +00:00
|
|
|
"module": "CommonJS",
|
|
|
|
"outDir": "./build",
|
|
|
|
"strict": true
|
|
|
|
}
|
|
|
|
}
|