mirror of
https://github.com/bourquep/mysa2mqtt.git
synced 2025-10-21 15:08:07 +00:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"module": "ESNext",
|
|
"lib": ["ES2022"],
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|