mirror of
https://github.com/alexgo-io/clarity-codegen.git
synced 2026-01-12 14:34:34 +08:00
10 lines
452 B
JSON
10 lines
452 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
|
|
"module": "commonjs" /* Specify what module code is generated. */,
|
|
"declaration": false /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
|
|
"outDir": "./lib" /* Specify an output folder for all emitted files. */,
|
|
}
|
|
}
|