chore: baseline plantilla-proyectos como base del CRM
This commit is contained in:
38
frontend/tsconfig.json
Normal file
38
frontend/tsconfig.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "bundler",
|
||||
"allowArbitraryExtensions": true
|
||||
},
|
||||
"include": [
|
||||
"playwright.config.ts",
|
||||
"e2e/**/*.ts",
|
||||
"e2e/**/*.js",
|
||||
"vitest-setup-client.ts",
|
||||
"eslint.config.js",
|
||||
"./.svelte-kit/ambient.d.ts",
|
||||
"./.svelte-kit/non-ambient.d.ts",
|
||||
"./.svelte-kit/types/**/$types.d.ts",
|
||||
"./src/**/*.js",
|
||||
"./src/**/*.ts",
|
||||
"./src/**/*.svelte",
|
||||
"./tests/**/*.js",
|
||||
"./tests/**/*.ts",
|
||||
"./tests/**/*.svelte",
|
||||
"./vite.config.js",
|
||||
"./vite.config.ts"
|
||||
]
|
||||
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
|
||||
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
|
||||
//
|
||||
// To make changes to top-level options such as include and exclude, we recommend extending
|
||||
// the generated config; see https://svelte.dev/docs/kit/configuration#typescript
|
||||
}
|
||||
Reference in New Issue
Block a user