pompy.dev/apps/main/tsconfig.json
developomp 37b8f3fec4 refactor(main): reorganization
- in preparation fo resume stuff
2023-07-10 18:09:16 +09:00

18 lines
415 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"baseUrl": "./src",
"paths": {
"$/*": ["./*"]
}
}
}