The topic in 2021 is SPACE
https://jaenis.ch/hobbies/coding/demos/js13kgames/2021/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
390 B
17 lines
390 B
{ |
|
"compilerOptions": { |
|
"lib": ["es2021", "DOM"], |
|
"moduleResolution": "node", |
|
"module": "CommonJS", |
|
"allowJs": true, |
|
"checkJs": true, |
|
"noEmit": true, |
|
"resolveJsonModule": true, |
|
"strict": true, |
|
"skipLibCheck": true, |
|
"declarationDir": "types", |
|
"declaration": true |
|
}, |
|
"include": ["./src/**/*.js", "index.d.ts"], |
|
"exclude": ["node_modules"] |
|
}
|
|
|