pubg/tsconfig.json
2024-12-26 18:16:46 +11:00

15 lines
283 B
JSON

{
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",
"strict": true,
"target": "esnext",
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
},
"include": [
"src"
]
}