14 lines
No EOL
228 B
JSON
14 lines
No EOL
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": ["node_modules/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
, "public/svelte.js" ]
|
|
} |