You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"omorphia/utils": ["package/utils"],
|
|
"omorphia/*": ["package/*"],
|
|
"omorphia": ["package"],
|
|
"$generated/*": ["generated/*"],
|
|
"$lib": ["src"],
|
|
"$lib/*": ["src/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"extends": "./.svelte-kit/tsconfig.json"
|
|
}
|