This repo is made for the bin script that generates the tokens files, at the moment it only generates a css file, but it is designed to be able to generate any other file format ( Typescript, Javascript for example )
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"extends": "@openfun/typescript-configs/node.json",
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "./src/bin",
|
|
"outDir": "./dist/bin",
|
|
}
|
|
} |