Sort le serveur dans une crate pmoserver
This commit is contained in:
13
pmoapp/webapp/node_modules/@vue/tsconfig/tsconfig.lib.json
generated
vendored
Normal file
13
pmoapp/webapp/node_modules/@vue/tsconfig/tsconfig.lib.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
// Emit declaration files for the library.
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
|
||||
// Libraries generally require more strict type accuracy.
|
||||
// For example, its types must be compatible with the Vue types.
|
||||
// So we don't want to skip the type checking of its dependencies.
|
||||
"skipLibCheck": false,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user