0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/tsconfig.json
2017-05-06 21:54:28 -04:00

10 lines
205 B
JSON

{
"compilerOptions": {
"types" : ["node"],
"noImplicitAny": true,
"diagnostics": true,
"noImplicitThis": true,
"noEmitOnError": true
},
"target": "ES5"
}