Administrator/tsconfig.json

15 lines
325 B
JSON
Raw Normal View History

2021-11-21 18:15:40 +01:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 16",
"compilerOptions": {
"lib": ["es2021"],
"module": "commonjs",
"target": "es2021",
"outDir": "build",
2021-11-21 18:15:40 +01:00
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}