2024-02-01 08:08:51 -05:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "esnext",
|
|
|
|
"lib": ["es2020", "dom"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"skipDefaultLibCheck": true,
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2024-03-01 06:38:42 -05:00
|
|
|
"plugins-parser": ["libs/plugins-data-parser/src/index.ts"],
|
2024-02-06 06:16:28 -05:00
|
|
|
"plugins-runtime": ["libs/plugins-runtime/src/index.ts"],
|
2024-02-20 03:15:10 -05:00
|
|
|
"plugins-styles/*": ["libs/plugins-styles/src/*"]
|
2024-02-01 08:08:51 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
}
|