generated from nhcarrigan/template
This commit is contained in:
+4
-1
@@ -2,6 +2,9 @@
|
||||
"extends": "@nhcarrigan/typescript-config",
|
||||
"compilerOptions": {
|
||||
"outDir": "./prod",
|
||||
"rootDir": "./src"
|
||||
"rootDir": "./src",
|
||||
"resolveJsonModule": true,
|
||||
"module": "esnext",
|
||||
"lib": ["es2024"]
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user