diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-16 20:38:55 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-06-16 20:38:55 -0400 |
commit | 44334fc3852eb832280a335f72e6416c93a9f19f (patch) | |
tree | 4a97b6064a97c4ad58c07d89050ad8a11e7a4f70 /client/tsconfig.json | |
parent | better map bg renderer (diff) | |
download | tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.gz tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.tar.bz2 tuxman-44334fc3852eb832280a335f72e6416c93a9f19f.zip |
ts
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json new file mode 100644 index 0000000..4850356 --- /dev/null +++ b/client/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "noImplicitAny": false, + "sourceMap": true, + "outDir": "./js", + "allowJs": false, + "module": "es6", + "target": "es6" + }, + "include": ["./**/*"] +} |