noteshare.space/webapp/tsconfig.json
2022-07-04 23:52:54 +02:00

19 lines
397 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"paths": {
"$lib": ["src/lib"],
"$lib/*": ["src/lib/*"]
}
}