From a23103ec24128f2e24b93ad101ade6dfdd4758c3 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 13 Feb 2021 13:56:19 -0600 Subject: Basic profile stats --- 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..ed4a062 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "module": "commonjs", + "lib": ["esnext", "dom", "DOM.Iterable"], + "target": "esnext", + "esModuleInterop": true + }, + "include": ["**/*"], + "exclude": ["node_modules"], +} \ No newline at end of file -- cgit