1.0.0 • Published 3 years ago
@default-konfig/typescript-config-base v1.0.0
Config TS
Installation :
Create config file and specify project specific configuration:
echo '{
"extends": "typescript-config-base",
"compilerOptions": {
"outDir":"./dist",
"rootDir":"./",
"baseUrl":"./",
"paths": {},
},
}' >> .tsconfig.json
1.0.0
3 years ago