whitphx's picture
whitphx HF Staff
Init by ChatGPT
61e6275
raw
history blame
274 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": [
"ES2022"
],
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": [
"src"
]
}