routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/tsconfig",
|
||||
"_version": "22.0.0",
|
||||
|
||||
"compilerOptions": {
|
||||
"lib": ["es2024", "ESNext.Array", "ESNext.Collection", "ESNext.Iterator"],
|
||||
"module": "nodenext",
|
||||
"target": "es2022",
|
||||
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "node16"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user