can_sms/tsconfig.json
2023-11-11 19:57:03 +01:00

11 lines
178 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "es6",
"sourceMap": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}