Files
opi-on-bitcoin-oracle/deploy/tsconfig.json
Zitao Xiong 9604815a39 use biome
2025-01-16 16:20:52 +08:00

18 lines
400 B
JSON

{
"compilerOptions": {
"strict": true,
"outDir": "bin",
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}