summaryrefslogtreecommitdiff
path: root/.ci/tsconfig.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-05 16:42:02 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-05 23:11:41 -0700
commitde43eb05d2e43ab31effce3dcca62ad91a556b26 (patch)
tree47a62b61bfc97dda639dea70627ecf3005ba7b02 /.ci/tsconfig.json
parent35add63ec4dce39710095f17abd86777de9e5b49 (diff)
downloadansicolor-de43eb05d2e43ab31effce3dcca62ad91a556b26.tar.gz
ansicolor-de43eb05d2e43ab31effce3dcca62ad91a556b26.zip
Diffstat (limited to '.ci/tsconfig.json')
-rw-r--r--.ci/tsconfig.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.ci/tsconfig.json b/.ci/tsconfig.json
new file mode 100644
index 0000000..b157060
--- /dev/null
+++ b/.ci/tsconfig.json
@@ -0,0 +1,16 @@
+{
+ "include": ["**/*.ts"],
+ "compilerOptions": {
+ "module": "ESNext",
+ "outDir": "./dist",
+ "rootDir": "./",
+ "composite": true,
+ "declaration": true,
+ "declarationMap": true,
+ "sourceMap": true,
+ "noEmit": false,
+ "moduleResolution": "node"
+ },
+ "exclude": ["node_modules", "dist", "**/*.d.ts"],
+ "references": []
+}