mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-22 12:09:48 -04:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"noImplicitThis": true,
|
|
"checkJs": true,
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"static/*.js"
|
|
]
|
|
}
|