mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
356 B
JSON
16 lines
356 B
JSON
{
|
|
"$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
|
|
}
|
|
}
|