mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-02 08:19:33 +00:00
Added simple single page ajax handling for a links.
This commit is contained in:
parent
ca8ef1d5bd
commit
b3db1dd139
8 changed files with 325 additions and 63 deletions
15
assets/tsconfig.json
Normal file
15
assets/tsconfig.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"sourceMap": true,
|
||||
"typeRoots": ["../node_modules"],
|
||||
"types": ["jquery", "js-cookie", "bootstrap"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"./ts_src/*"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue