Files
impress.js/tsconfig.json
2024-01-15 16:24:18 +01:00

9 lines
168 B
JSON

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