summaryrefslogtreecommitdiff
path: root/pbt/ts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pbt/ts/tsconfig.json')
-rw-r--r--pbt/ts/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
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"
+ ]
+}