UNPKG

innomind-vita

Version:

InnoMind Vita - AI-Powered Industrial Software Platform

13 lines 257 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "baseUrl": ".", "paths": { "@/*": ["src/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }