mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 10:54:34 +00:00
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"compilerOptions": {
|
|
"diagnostics": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": true,
|
|
"allowJs": true,
|
|
"lib": ["es5", "es6", "dom"],
|
|
"importHelpers": true,
|
|
"target": "ES5"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |