2023-12-01 22:52:24 +00:00
|
|
|
{
|
|
|
|
// Visit https://aka.ms/tsconfig to read more about this file.
|
|
|
|
"compilerOptions": {
|
2023-12-02 00:55:27 +00:00
|
|
|
"target": "es2016",
|
2023-12-01 22:52:24 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"outDir": "dist"
|
|
|
|
},
|
|
|
|
"include": ["src"],
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig"
|
|
|
|
}
|