diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json new file mode 100644 index 00000000..cf377ae9 --- /dev/null +++ b/scripts/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../tsconfig.base.json", + "compilerOptions": { + "outDir": "dist", + "rootDir": ".", + "noEmit": true + }, + "include": ["*.ts"], + "exclude": ["node_modules", "dist"] +}