From 1a1006e4b4aedeb0271b547cbbb66e76afdcffbe Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 26 Oct 2018 11:42:39 -0400 Subject: Integrate vscode-theme-generator --- tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..c82bc72 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "outDir": "./themes/ts-built", + "rootDir": "./themes/src", + "strict": true, + "esModuleInterop": true + } +} \ No newline at end of file -- cgit v1.2.3