websnacks/tsconfig.json

7 lines
133 B
JSON

{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"outDir": "./dist"
},
"include": ["src/**/*.ts"]
}