Files
zk-regex/tsconfig.json
2023-01-14 11:56:46 +08:00

13 lines
364 B
JSON

// Visit https://aka.ms/tsconfig.json for all config options
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./scripts", "./test"]
}