Did things

This commit is contained in:
Cametendo
2026-04-01 11:45:22 +02:00
parent adc8b47772
commit 97a7c9f0fb
15 changed files with 123 additions and 2 deletions

10
Day-1/jsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "es6"
},
"include": [
"*.js",
"**/*.js",
"/home/came/.vscode/extensions/samplavigne.p5-vscode-1.2.16/p5types/global.d.ts"
]
}