UNPKG

mantis-app

Version:

M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

22 lines (21 loc) 436 B
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../dist/out-tsc", "types": [], "target": "ES2022", "useDefineForClassFields": false }, "files": ["src/main.ts", "src/main.server.ts"], "include": [ "src/**/*.d.ts", "src/app/routes/**/*.ts", "src/app/pages/**/*.page.ts" ], "exclude": [ "**/*.test.ts", "**/*.spec.ts", "**/*.stories.ts", "**/*.stories.js" ] }