mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-26 10:13:44 +02:00
Get initial implementation for react working
This commit is contained in:
@@ -1,22 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"target": "es5",
|
||||
"module": "esnext",
|
||||
"jsx": "react",
|
||||
"strict": true,
|
||||
"noImplicitReturns": true,
|
||||
"moduleResolution": "node",
|
||||
"lib": [
|
||||
"es2016",
|
||||
"dom"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./resources/assets/scripts/*"
|
||||
"./resources/scripts/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./resources/assets/scripts/**/*"
|
||||
"./resources/scripts/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user