2024-06-12 12:30:53 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./out",
|
2024-06-15 18:34:26 +00:00
|
|
|
"target": "ES2021",
|
2024-06-12 12:30:53 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"allowJs": true,
|
|
|
|
"strict": true
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./src/**/*"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"node_modules"
|
|
|
|
]
|
|
|
|
}
|