cargo-semver-checks/tsconfig.json
2023-02-27 16:42:26 -05:00

10 lines
No EOL
160 B
JSON

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