OpenAuth_views/tsconfig.json

8 lines
132 B
JSON
Raw Normal View History

2019-08-06 15:08:07 +00:00
{
"compilerOptions": {
"module": "commonjs",
2020-02-07 18:30:52 +00:00
"allowSyntheticDefaultImports": true
2019-08-06 15:08:07 +00:00
},
2020-06-09 12:24:57 +00:00
"include": ["build.ts"]
}