17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"target": "ES2020",
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"include": [
|
|
"index.js",
|
|
"re_viewer.js",
|
|
]
|
|
}
|