11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"Day**/ts/*.ts"
|
|
]
|
|
} |