diff --git a/js-fp3/tsconfig.json b/js-fp3/tsconfig.json new file mode 100644 index 0000000..6938b16 --- /dev/null +++ b/js-fp3/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "allowJs": true, + "checkJs": true, + "noEmit": true, + "module": "NodeNext", + "moduleResolution": "NodeNext", + "target": "ES2022", + "strict": true + }, + "include": ["**/*.js", "**/*.d.ts"] +} \ No newline at end of file