diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..986e0c9 --- /dev/null +++ b/tsconfig.json | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | { | ||
| 2 | "compilerOptions": { | ||
| 3 | "baseUrl": "./src", | ||
| 4 | "jsx": "react", | ||
| 5 | "moduleResolution": "Node", | ||
| 6 | "paths": { | ||
| 7 | "~*": [ | ||
| 8 | "./*" | ||
| 9 | ] | ||
| 10 | }, | ||
| 11 | "strict": true, | ||
| 12 | "target": "ES2015" | ||
| 13 | }, | ||
| 14 | "include": [ | ||
| 15 | "src/**/*" | ||
| 16 | ] | ||
| 17 | } \ No newline at end of file | ||
