0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 00:22:05 +01:00
svelte/tsconfig.json

10 lines
197 B
JSON
Raw Normal View History

2017-05-07 01:43:33 +02:00
{
"compilerOptions": {
"types" : ["node"],
"noImplicitAny": true,
"diagnostics": true,
"noImplicitThis": true,
"noEmitOnError": true
},
"target": "ES5"
}