2024-02-01 17:55:21 -05:00

12 lines
206 B
JSON

{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "build",
"module": "esnext",
"moduleResolution": "Bundler",
"lib": ["esnext"]
}
}