Skip to content
Snippets Groups Projects
Commit f35073e1 authored by David Trattnig's avatar David Trattnig
Browse files

Style: indentation

parent febed84c
No related branches found
No related tags found
No related merge requests found
{ {
"rootDir": "src", "rootDir": "src",
"include": ["src/**/*"], "include": ["src/**/*"],
"exclude": ["node_modules/*", "public/*"], "exclude": ["node_modules/*", "public/*"],
"compilerOptions": { "compilerOptions": {
"types": ["svelte"], "types": ["svelte"],
"target": "ESNEXT", "target": "ESNEXT",
"lib": ["ESNEXT", "dom"], "lib": ["ESNEXT", "dom"],
"module": "ESNEXT", "module": "ESNEXT",
"moduleResolution": "node", "moduleResolution": "node",
"sourceMap": true, "sourceMap": true,
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"strictNullChecks": true "strictNullChecks": true
} }
} }
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment