(tokens) add the support for Typescript config file

Add the support to load cunningham.ts local config file based on ts-node.
Those files will be loaded as CommonJS to preserve to coherence regarding
the way the cunningham bin is ran by node.
This commit is contained in:
Nathan Vasse
2023-01-04 15:49:37 +01:00
committed by NathanVss
parent 56da7dde48
commit 2457a93ebf
3 changed files with 9 additions and 9 deletions

View File

@@ -34,6 +34,9 @@
"lint"
],
"outputs": []
},
"@openfun/cunningham-tokens#test": {
"dependsOn": ["build"]
}
}
}