mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-28 06:04:54 +00:00
v5.0.0 update
This commit is contained in:
28
tsconfig.json
Normal file
28
tsconfig.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"esnext",
|
||||
"dom"
|
||||
],
|
||||
"types": [
|
||||
"vite/client"
|
||||
],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"resources/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"resources/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user