Init bitmapper

This commit is contained in:
ful1e5
2021-04-17 16:28:01 +05:30
parent d459be5e53
commit b93063b2b1
4 changed files with 1238 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"strict": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"esModuleInterop": true,
"target": "ES2015",
"module": "commonjs",
"lib": ["es2015", "dom"],
"noUnusedParameters": true
}
}