Skip to main content
Module

x/fonction/test/tsconfig.json

A modern practical functional library
Latest
File
{ "extends": "../tsconfig.json", "compilerOptions": { "types": ["jest"], "baseUrl": "../", "paths": { "@/*": ["src/*"], "@test": ["test"], "@test/*": ["test/*"] } },
"include": ["../test/**/*"]}