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-02-06 06:16:28 -05:00
|
|
|
"plugins-runtime": ["libs/plugins-runtime/src/index.ts"],
|
2024-02-19 03:54:57 -05:00
|
|
|
"plugins-styles": ["libs/plugins-styles/src/index.ts"]
|
2024-02-01 08:08:51 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
}
|