audion/tsconfig.json

11 строки
207 B
JSON

{
"compilerOptions": {
"allowJs": true,
"target": "es2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["./src/**/*"]
}