13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "MediaGo Node TypeScript Config",
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2020"],
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|