Снесарев Максим a240d523e1 init
2026-04-01 22:34:50 +03:00

10 lines
180 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"module": "ESNext",
"outDir": "dist",
"rootDir": "src"
}
}