Version 1.0 del totem en el sistema bascula autonoma
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"baseUrl": "./src",
|
||||
"typeRoots": ["./types"]
|
||||
},
|
||||
"include": ["types", "src/**/*.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user