From a98aaf0232a159d403a7e2bc946c51c1fa490481 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 25 Jan 2025 11:15:05 +0100 Subject: Start TS tiny PBT implementation --- pbt/ts/tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pbt/ts/tsconfig.json (limited to 'pbt/ts/tsconfig.json') diff --git a/pbt/ts/tsconfig.json b/pbt/ts/tsconfig.json new file mode 100644 index 0000000..d1646f0 --- /dev/null +++ b/pbt/ts/tsconfig.json @@ -0,0 +1,11 @@ +{ + "extends": "./node_modules/gts/tsconfig-google.json", + "compilerOptions": { + "rootDir": ".", + "outDir": "build" + }, + "include": [ + "src/**/*.ts", + "test/**/*.ts" + ] +} -- cgit v1.2.3