mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "https://esm.sh/preact@10.11.2"
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"exclude": ["require-await", "prefer-const"]
|
|
}
|
|
}
|
|
}
|