OpenAuth_views/tsconfig.json

8 lines
132 B
JSON

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