doatlas-2 / scripts /tsconfig.json
Iostream-Li's picture
Add files using upload-large-folder tool
9c12e58 verified
raw
history blame contribute delete
157 Bytes
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": ["node"]
},
"include": ["src"]
}