Files

15 lines
289 B
JSON
Raw Permalink Normal View History

2021-08-01 21:30:26 -07:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "out",
"module": "esnext",
"target": "ES2024",
"lib": [
"ES2024",
"dom"
],
"moduleResolution": "node",
"sourceMap": true,
"strict": true /* enable all strict type-checking options */
}
}