diff --git a/uikit/tsconfig.json b/uikit/tsconfig.json new file mode 100644 index 0000000000..9c36affeab --- /dev/null +++ b/uikit/tsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, + "strictNullChecks": true, + "baseUrl": "../", + "typeRoots": [ + "../" + ], + "types": [], + "noEmit": true, + "forceConsistentCasingInFileNames": true + }, + "files": [ + "index.d.ts", + "uikit-tests.ts" + ] +} diff --git a/uikit/tslint.json b/uikit/tslint.json new file mode 100644 index 0000000000..192203ab54 --- /dev/null +++ b/uikit/tslint.json @@ -0,0 +1,3 @@ +{ + "extends": "../tslint.json" +} \ No newline at end of file