chore(platform-seed): 🔧 Update TypeScript compiler config for platform seed builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
29533e05d8
commit
99da39fda8
1 changed files with 10 additions and 0 deletions
10
features/platform-seed/tsconfig.json
Normal file
10
features/platform-seed/tsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@lilith/configs/typescript/base",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"paths": {}
|
||||
},
|
||||
"include": ["bin/**/*.ts", "src/**/*.ts"],
|
||||
"exclude": ["node_modules", "dist", "devData"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue