mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"compilerOptions": {
|
|
"types" : ["node"],
|
|
"noImplicitAny": true,
|
|
"diagnostics": true,
|
|
"noImplicitThis": true,
|
|
"noEmitOnError": true
|
|
},
|
|
"target": "ES5"
|
|
} |