- search paginate
- typescript - tsconfig.json and typings.d.ts
This commit is contained in:
parent
78a88081c2
commit
b7abdd83e2
31 changed files with 710 additions and 139 deletions
13
tsconfig.json
Normal file
13
tsconfig.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "es2015",
|
||||
"target": "es5",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"outDir": "public/js/search",
|
||||
"experimentalDecorators": true,
|
||||
},
|
||||
"include": [
|
||||
"resources/assets/js/**/*"
|
||||
]
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue