Electron-Svelte-Recipe-Planner/package/tsconfig.json
2021-12-16 00:55:59 -05:00

14 lines
No EOL
228 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"*": ["node_modules/*"]
}
},
"include": [
"src/**/*"
, "public/svelte.js" ]
}