diff --git a/.idea/CR-MacroLabs-TypeScript-Casino.iml b/.idea/CR-MacroLabs-TypeScript-Casino.iml new file mode 100644 index 00000000..24643cc3 --- /dev/null +++ b/.idea/CR-MacroLabs-TypeScript-Casino.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..80be8c1e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..e75a445f --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + - + + + + + + + + + diff --git a/tsconfig.base.json b/tsconfig.base.json new file mode 100644 index 00000000..06aa5c12 --- /dev/null +++ b/tsconfig.base.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "target": "es5", + "noImplicitAny": true, + "sourceMap": true, + "watch": true, + "outDir": "js", + "strictNullChecks": true + } +}