Files
impress.js/tsconfig.json
2024-01-08 20:37:18 +01:00

8 lines
138 B
JSON

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