✨(bin) add tokens repo
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 )
This commit is contained in:
10
packages/tokens/tsconfig.json
Normal file
10
packages/tokens/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "@openfun/typescript-configs/node.json",
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src/bin",
|
||||
"outDir": "./dist/bin",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user