Sticker Creator Window

This commit is contained in:
Fedor Indutny
2023-04-20 08:59:17 -07:00
committed by GitHub
parent 498b116794
commit d380817a44
213 changed files with 34677 additions and 40 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"incremental": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}