UNPKG
@tim117/aoc-schedule
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Schedule maker for advent of code.
github.com/tim117/aoc/tree/main/aoc-schedule
tim117/aoc
@tim117/aoc-schedule
/
tsconfig.json
14 lines
(13 loc)
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"NodeNext"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"outDir"
:
"./dist"
,
"inlineSourceMap"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"**/*"
]
}