Files
impress.js/tsconfig.json
2024-01-08 21:21:10 +01:00

8 lines
139 B
JSON

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