mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"compilerOptions": {
|
|
"types" : ["node"],
|
|
"noImplicitAny": true,
|
|
"diagnostics": true,
|
|
"noImplicitThis": true,
|
|
"noEmitOnError": true,
|
|
"allowJs": true,
|
|
"lib": ["es5", "es6", "dom"]
|
|
},
|
|
"target": "ES5",
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |