mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
16 lines
240 B
JSON
16 lines
240 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"./resources/assets/scripts/**/*"
|
|
]
|
|
}
|