mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"diagnostics": true,
|
|
"noImplicitThis": true,
|
|
"noEmitOnError": true,
|
|
"allowJs": true,
|
|
"lib": ["es5", "es6", "dom"],
|
|
"importHelpers": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|