Latest version (#12)
All checks were successful
release-tag / release-image (push) Successful in 2m17s

Co-authored-by: itoshi <kkzemeow@gmail.com>
Co-authored-by: Spynder <19329095+Spynder@users.noreply.github.com>
Reviewed-on: #12
Co-authored-by: Alexander Lazarenko <kerblif@unprism.ru>
Co-committed-by: Alexander Lazarenko <kerblif@unprism.ru>
This commit is contained in:
104 changed files with 31774 additions and 11016 deletions

View File

@@ -5,18 +5,27 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"isolatedModules": false,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@stores": ["./src/store"],
"@ui": ["./src/components/ui"],
"@providers": ["./src/providers"],
"@lib": ["./src/lib"],
"@components": ["./src/components"],
"@/*": ["./src/*"]
}
},
"include": ["src"],
"include": ["src", "svg.d.ts"],
"references": [
{
"path": "./tsconfig.node.json"