desker/tsconfig.json

10 lines
179 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "."
},
"include": ["src/**/*", "shared/**/*"]
}