OpenAuth_views/tsconfig.json
2020-06-09 14:24:57 +02:00

8 lines
132 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"include": ["build.ts"]
}