2024-08-18 15:25:31 -05:00
|
|
|
|
{
|
2024-05-25 15:40:31 -05:00
|
|
|
|
"compilerOptions": {
|
|
|
|
|
|
"target": "ES6",
|
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
|
|
},
|
|
|
|
|
|
"include": [ "**/*.ts" ],
|
|
|
|
|
|
"exclude": [ "node_modules" ]
|
|
|
|
|
|
}
|