Files
components/slider/tsconfig.json
2025-09-29 11:24:36 +02:00

9 lines
151 B
JSON

{
"compilerOptions": {
"outDir": "./js",
"allowJs": true,
"target": "ES6",
"skipLibCheck": true,
},
"include": [ "./ts/**/*" ],
}