2023-12-06 19:39:05 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-12-10 12:21:35 +00:00
|
|
|
"target": "ES2022",
|
2023-12-06 19:39:05 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true
|
|
|
|
},
|
|
|
|
"include": [
|
2023-12-06 20:05:52 +00:00
|
|
|
"Day**/ts/*.ts"
|
2023-12-06 19:39:05 +00:00
|
|
|
]
|
|
|
|
}
|