pubg/tsconfig.json

15 lines
283 B
JSON
Raw Normal View History

2024-12-26 18:16:46 +11:00
{
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",
"strict": true,
"target": "esnext",
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
},
"include": [
"src"
]
}