noble-curves/tsconfig.json

11 lines
198 B
JSON
Raw Permalink Normal View History

2022-12-03 13:08:49 +03:00
{
2023-12-23 20:30:48 +03:00
"extends": "./tsconfig.esm.json",
"compilerOptions": {
"module": "commonjs",
2023-12-23 20:30:48 +03:00
"moduleResolution": "node10",
"outDir": ".",
"declaration": true,
2023-12-23 20:30:48 +03:00
"declarationMap": true
}
}