mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-04-30 04:31:09 +00:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"target": "ES6"
|
|
}
|
|
}
|