aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-29 20:05:06 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-29 20:05:06 +0200
commit040d5372c1033bb7c0580ad2c9b6b32f974a20c8 (patch)
treee452aa8ad583607b87d47ef82eabf0bd7e3ab60a /tsconfig.json
parent6baaa14bde032afa363dbdd50119a20e9f47df1c (diff)
downloadfia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.gz
fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.zst
fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.zip
Version 1.0
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 09abbe6..7cac22e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,5 @@
{
"compilerOptions": {
- // "rootDir": "./",
- // "outDir": "./src/js",
"esModuleInterop": true,
"target": "ESNext",
"module": "commonjs",
@@ -21,12 +19,4 @@
"downlevelIteration": true,
/* END MINE */
},
-
- // "include": [
- // "src/ts/**/*"
- // ],
- // "exclude": [
- // "node_modules",
- // ".git"
- // ]
} \ No newline at end of file