public_script_skeptiCOM/tsconfig.json

7 lines
124 B
JSON
Raw Normal View History

2021-05-04 21:29:44 +02:00
{
"extends": "@tsconfig/node10/tsconfig.json",
"compilerOptions": {
"declaration": true,
"outDir": "build"
}
}