test build container
All checks were successful
Docker Version Check / check-docker (push) Successful in 15s
All checks were successful
Docker Version Check / check-docker (push) Successful in 15s
This commit is contained in:
13
inertia/tsconfig.json
Normal file
13
inertia/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "@adonisjs/tsconfig/tsconfig.client.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"jsx": "preserve",
|
||||
"module": "ESNext",
|
||||
"jsxImportSource": "vue",
|
||||
"paths": {
|
||||
"~/*": ["./*"],
|
||||
},
|
||||
},
|
||||
"include": ["./**/*.ts", "./**/*.vue"],
|
||||
}
|
||||
Reference in New Issue
Block a user