lunar-vein-arduino/tsconfig.json
2024-03-24 23:14:08 +07:00

11 lines
243 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2020",
"sourceMap": true,
"outDir": "dist"
},
"include": ["src/**/*"],
"exclude": ["test/**/*"]
}