-
Notifications
You must be signed in to change notification settings - Fork 253
Expand file tree
/
Copy pathtsconfig.json
More file actions
38 lines (37 loc) · 1.03 KB
/
tsconfig.json
File metadata and controls
38 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "bundler",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"#/*": ["./v0/src/*"],
"@/*": ["./v0/src/components/*"]
},
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"declarationMap": true,
"types": ["vite/client"]
},
"include": [
"v0/src/**/*.ts",
"v0/src/**/*.d.ts",
"v0/src/**/*.tsx",
"v0/src/**/*.vue",
"v0/src/**/*",
"commitlint.config.js"
],
"references": [{ "path": "./tsconfig.node.json" }]
}
// https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html