🏷️ type configuration file added
This commit is contained in:
parent
19c8de7350
commit
b61eb6fe4a
22
tsconfig.types.json
Normal file
22
tsconfig.types.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "./dist",
|
||||
"baseUrl": ".",
|
||||
"module": "NodeNext",
|
||||
"target": "ESNext",
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"allowJs": true,
|
||||
"lib": ["es2022", "dom"],
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@visua/*": ["node_modules/@cellule-financiere-pmo/visua/output/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "src/**/*.vue", "env.d.ts"],
|
||||
"exclude": ["src/**/__tests__/*", "src/App.vue", "src/main.ts"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user