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