mirror of https://github.com/sveltejs/svelte
18 lines
370 B
18 lines
370 B
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Bundler",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"verbatimModuleSyntax": true,
|
|
"isolatedModules": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": ["./src"]
|
|
}
|