blob: 5b0728a3e15f22c3bc5a0a3c6b8df2821d54d58a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 14",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2020"],
"module": "commonjs",
"target": "ES2020"
}
}
|