cargo-semver-checks/tsconfig.json
2024-03-19 19:33:21 +00:00

11 lines
189 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"strict": true,
"target": "ES2022"
},
"include": [
"src/**/*.ts"
],
}