mgw / static /tsconfig.json
alessandro trinca tornidor
test: add playwright e2e test cases
6efe519
raw
history blame contribute delete
201 Bytes
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}