mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-10-31 23:54:11 +01:00
13 lines
254 B
JSON
13 lines
254 B
JSON
|
{
|
||
|
"extends": ["@tsconfig/strictest"],
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ESNext"],
|
||
|
"module": "esnext",
|
||
|
"target": "esnext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"moduleDetection": "force",
|
||
|
"noEmit": true,
|
||
|
"types": ["bun-types"]
|
||
|
}
|
||
|
}
|