Files
timestringconverter/tsconfig.cjs.json
T
2024-02-12 19:02:10 +01:00

7 lines
127 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/cjs",
"module": "commonjs"
}
}