mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +00:00

removed undesired comments. we are only documenting public API testing bump optional optionals done removed two junk files moved dependency to dev dependency
15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noEmit": true,
|
|
"checkJs": true,
|
|
"jsx": "react",
|
|
"strict": false,
|
|
"lib": [ "dom" ]
|
|
},
|
|
"include": [
|
|
"./src/htmx.js"
|
|
],
|
|
"verbose": true
|
|
}
|