mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-13 14:56:52 -04:00
wip
This commit is contained in:
parent
6d0ad5e675
commit
e9d58d6140
13 changed files with 4479 additions and 961 deletions
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"rootDir": "src",
|
||||
"strict": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue