2023-03-21 17:17:36 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "CommonJS",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
2023-03-22 11:15:35 +00:00
|
|
|
"target": "ES2019",
|
2023-03-21 17:17:36 +00:00
|
|
|
"moduleResolution": "node",
|
2023-03-30 10:22:24 +00:00
|
|
|
"outDir": "./dist",
|
2023-03-21 17:17:36 +00:00
|
|
|
"rootDir": "./src"
|
|
|
|
}
|
|
|
|
}
|