mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-25 09:09:35 +01:00
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"diagnostics": true,
|
|
"noImplicitThis": true,
|
|
"noEmitOnError": true,
|
|
"allowJs": true,
|
|
"lib": ["es5", "es6", "dom"],
|
|
"importHelpers": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|