forked from geolba/tethys.backend
- renamings to the new naming convetion for adonisjs version 6
- npm updates
This commit is contained in:
parent
bee76f8d5b
commit
a29865b781
53 changed files with 701 additions and 731 deletions
26
resources/js/tsconfig.old.json
Normal file
26
resources/js/tsconfig.old.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
// tsconfig.vue.json
|
||||
"extends": "@vue/tsconfig/tsconfig.json", // 0.4.0
|
||||
// "include": ["./resources/js/**/*"],
|
||||
"include": ["env.d.ts", "./**/*.ts", "./**/*.vue"],
|
||||
"compilerOptions": {
|
||||
// "module": "commonjs", //for tehys.api...alos nodenext
|
||||
// Process & infer types from .js files.
|
||||
"allowJs": true,
|
||||
//javascript language version: Target latest version 'esnext' of ECMAScript or minimal 'es6'.
|
||||
"target": "ESNext", //neu
|
||||
// //what module code is generated
|
||||
"module": "ESNext", //neu
|
||||
"experimentalDecorators": true, //neu
|
||||
"strictPropertyInitialization": false //neu
|
||||
},
|
||||
// "paths": {
|
||||
// "App/*": ["./app/*"], // for App/modles/User
|
||||
// "@/*": ["./resources/js/*"]
|
||||
// },
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"~/*": ["../*"]
|
||||
},
|
||||
// "files": ["./index.d.ts"]
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue