Arno Kaimbacher
a29865b781
Some checks failed
CI Pipeline / japa-tests (push) Failing after 58s
- npm updates
19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"extends": "@adonisjs/tsconfig/tsconfig.client.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"module": "ESNext",
|
|
"jsxImportSource": "vue",
|
|
"allowJs": true,
|
|
// "target": "ESNext",
|
|
"experimentalDecorators": true,
|
|
"strictPropertyInitialization": false,
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"~/*": ["../*"]
|
|
},
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.vue"],
|
|
}
|