Prepare for adding omorphia

This commit is contained in:
Jai A
2024-07-03 16:22:49 -07:00
parent 22779c9dbc
commit 8cb72d306b
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"moduleResolution": "node",
"resolveJsonModule": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
}
],
"extends": "../../tsconfig.base.json"
}