HelloLightning/cli/tsconfig.release.json
2021-11-12 19:51:02 +00:00

12 lines
168 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"removeComments": true
},
"include": [
"src/**/*"
]
}