SvelteNova/tsconfig.json
2020-10-31 14:30:33 +00:00

8 lines
132 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"target": "ES6"
}
}