summaryrefslogtreecommitdiff
path: root/pbt/ts/tsconfig.json
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2025-01-25 11:15:05 +0100
committerArnaud Bailly <arnaud.bailly@iohk.io>2025-01-25 11:15:05 +0100
commita98aaf0232a159d403a7e2bc946c51c1fa490481 (patch)
tree7f6eae9ad6381b31f5cec990bd7f4142b1073d8f /pbt/ts/tsconfig.json
parent170a09b686c996e3985676b648cdfa619e971e47 (diff)
downloadlambda-nantes-a98aaf0232a159d403a7e2bc946c51c1fa490481.tar.gz
Start TS tiny PBT implementation
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"
+ ]
+}