{ "compilerOptions": { "module": "CommonJS", "target": "ES6", "lib": ["dom", "es2021"], "skipLibCheck": true, "esModuleInterop": true }, "include": ["./src/front", "./src/**/*.stimulus.ts"] }