You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
388 B
17 lines
388 B
2 years ago
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"display": "Node 12",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
|
||
|
"module": "commonjs",
|
||
|
"target": "es2019",
|
||
|
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
}
|