diff --git a/features/platform-seed/tsconfig.json b/features/platform-seed/tsconfig.json new file mode 100644 index 000000000..bfd907d73 --- /dev/null +++ b/features/platform-seed/tsconfig.json @@ -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"] +}