1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/Pandora.git synced 2024-12-22 11:03:53 +00:00
Pandora/tsconfig.json

16 lines
280 B
JSON
Raw Normal View History

2024-12-04 02:50:31 +00:00
{
"include": [
"./src",
"index.ts"
],
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext",
"jsx": "react-jsx",
"allowJs": true,
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
}
}