13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
|
|
module.exports = {
|
||
|
|
'/': [
|
||
|
|
'@web/**',
|
||
|
|
'ui/',
|
||
|
|
],
|
||
|
|
|
||
|
|
'ui/': [
|
||
|
|
'@web/**',
|
||
|
|
'geometry.ts',
|
||
|
|
'entries.ts',
|
||
|
|
]
|
||
|
|
};
|