cargo-semver-checks/tsconfig.json

12 lines
189 B
JSON
Raw Normal View History

2023-01-09 00:46:08 +01:00
{
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"strict": true,
"target": "ES2022"
2023-01-09 00:46:08 +01:00
},
"include": [
"src/**/*.ts"
],
2023-02-20 19:53:29 +01:00
}