{ "$schema": "https://www.schemastore.org/tsconfig", "compilerOptions": { "rootDir": "./src/front", "outDir": "./public/lib", "target": "ES2024", "strict": true, "skipLibCheck": true, "moduleResolution": "nodenext", "module": "nodenext" }, "include": ["./src/front"] }