UNPKG

innomind-vita

Version:

InnoMind Vita - AI-Powered Industrial Software Platform

12 lines 269 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "CommonJS", "outDir": "./dist/node", "target": "ES2020", "lib": ["ES2020"], "types": ["node"] }, "include": ["src/node/**/*"], "exclude": ["node_modules", "dist"] }