24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"sourceMap": true,
|
|
"allowJs": false,
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"types"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"hyperion-explorer",
|
|
"build",
|
|
"plugins/repos"
|
|
]
|
|
}
|