Refactor de las rutas para lanzarse con node (sin tsx)
This commit is contained in:
@@ -3,19 +3,28 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": "./",
|
||||
"paths": {},
|
||||
"baseUrl": "./",
|
||||
"composite": true,
|
||||
"esModuleInterop": true,
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext"
|
||||
"moduleResolution": "nodenext",
|
||||
"paths": {
|
||||
"sim-shared/*": [
|
||||
"packages/sim-shared/*"
|
||||
],
|
||||
"sim-consumidor-objenious/*": [
|
||||
"packages/sim-consumidor-objenious/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"tsconfig.vitest.json",
|
||||
"packages/sim-objenious-cron/tasks/background1.js"
|
||||
"packages/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user