mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-29 11:33:46 +02:00
Port to TS
This commit is contained in:
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "es2015"
|
||||
},
|
||||
"include": [
|
||||
"./resources/assets/scripts/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user