0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 17:00:40 +01:00
svelte/tsconfig.json
Marvin Hagemeister 61cbb25aef Fix typing errors
2017-05-26 12:32:30 +02:00

18 lines
326 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"diagnostics": true,
"noImplicitThis": true,
"noEmitOnError": true,
"allowJs": true,
"lib": ["es5", "es6", "dom"]
},
"target": "ES5",
"include": [
"src"
],
"exclude": [
"node_modules"
]
}