platform/desktop/tsconfig.json
Andrey Sobolev ddecae80dd
Move services to public (#6156)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-07-28 14:55:43 +07:00

17 lines
389 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"noImplicitAny": true,
"module": "esnext",
"target": "es2021",
"allowJs": true,
"declaration": true,
"strictNullChecks": true,
"sourceMap": true,
"skipLibCheck": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"lib": ["es2016", "dom", "ES2021.String", "ESNext.Array"]
}
}