flipflipflip/tsconfig.json
2026-05-31 18:51:31 +02:00

14 lines
305 B
JSON

{
"$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"]
}