elm-pages/tsconfig.json
2023-01-24 16:08:09 -08:00

9 lines
136 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}