rename apps/main
-> apps/www
This commit is contained in:
parent
21c3ff3872
commit
7db6fada2a
37 changed files with 0 additions and 0 deletions
19
apps/www/tsconfig.json
Normal file
19
apps/www/tsconfig.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"$/*": ["./*"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue