mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
init: the first public commit for AFFiNE
This commit is contained in:
56
libs/components/common/project.json
Normal file
56
libs/components/common/project.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"sourceRoot": "libs/components/common/src",
|
||||
"projectType": "library",
|
||||
"tags": ["components:common"],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nrwl/web:rollup",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/libs/components/common",
|
||||
"tsConfig": "libs/components/common/tsconfig.lib.json",
|
||||
"project": "libs/components/common/package.json",
|
||||
"entryFile": "libs/components/common/src/index.ts",
|
||||
"external": ["react/jsx-runtime"],
|
||||
"rollupConfig": "libs/rollup-ts-checker.config.cjs",
|
||||
"compiler": "babel",
|
||||
"assets": [
|
||||
{
|
||||
"glob": "libs/components/common/README.md",
|
||||
"input": ".",
|
||||
"output": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"libs/components/common/**/*.{ts,tsx,js,jsx}"
|
||||
]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["coverage/libs/components/common"],
|
||||
"options": {
|
||||
"jestConfig": "libs/components/common/jest.config.js",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"figmaRes": {
|
||||
"executor": "./tools/executors/figmaRes:figmaRes",
|
||||
"options": {
|
||||
"assets": [
|
||||
{
|
||||
"fileId": "7pyx5gMz6CN0qSRADmScQ7",
|
||||
"nodeId": "665%3A1735",
|
||||
"folder": "./src/lib/Icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user