diff options
author | Doge <[email protected]> | 2021-05-08 16:36:00 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-08 16:36:00 +0800 |
commit | 569f72f60f6a8e6227c2eac081ec1a91398c07d6 (patch) | |
tree | 2d026c1afa94fbec40b9c79c0cdb033bd90aa6e7 /source/js/tsconfig.json | |
parent | 45265444c24fc2439c9769d9151a6bf560f22575 (diff) | |
download | chromate-569f72f60f6a8e6227c2eac081ec1a91398c07d6.tar.gz chromate-569f72f60f6a8e6227c2eac081ec1a91398c07d6.tar.bz2 chromate-569f72f60f6a8e6227c2eac081ec1a91398c07d6.zip |
Combine js files
Diffstat (limited to 'source/js/tsconfig.json')
-rw-r--r-- | source/js/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/js/tsconfig.json b/source/js/tsconfig.json index 0e0c422..3370c73 100644 --- a/source/js/tsconfig.json +++ b/source/js/tsconfig.json @@ -69,6 +69,6 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "files": [ - "darkmode.ts" + "script.ts" ] } |