mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-15 22:34:58 +00:00
add ts
This commit is contained in:
12
tsconfig.json
Normal file
12
tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": ["@tsconfig/strictest"],
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext"],
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleDetection": "force",
|
||||
"noEmit": true,
|
||||
"types": ["bun-types"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user