elm-pages-v3-beta/tsconfig.json

9 lines
136 B
JSON
Raw Normal View History

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