- Tethys heading
- better tsconfig.json - dashboard without php reports
This commit is contained in:
parent
e2c131edd1
commit
9d056b0b9f
7 changed files with 62 additions and 53 deletions
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "es2015",
|
||||
"target": "es5",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"outDir": "public/js/search",
|
||||
"experimentalDecorators": true,
|
||||
},
|
||||
"compilerOptions": {
|
||||
"module": "es2015",
|
||||
"target": "es5",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"outDir": "public/js/search",
|
||||
"experimentalDecorators": true,
|
||||
"lib": [ "es2015", "es2017", "dom" ]
|
||||
},
|
||||
"include": [
|
||||
"resources/js/**/*"
|
||||
]
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue