can_sms/tsconfig.json
2023-11-11 20:02:27 +01:00

12 lines
207 B
JSON

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