12 lines
253 B
JSON
12 lines
253 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"esModuleInterop": true,
|
||
|
"target": "es2022",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "./src"
|
||
|
}
|
||
|
}
|