msn-viewer/jsconfig.json

11 lines
189 B
JSON
Raw Normal View History

2023-01-01 23:33:02 +00:00
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"checkJs": true,
"jsx": "react",
"lib": [ "dom", "es2017" ]
}
}