mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
14 lines
219 B
TypeScript
14 lines
219 B
TypeScript
// @allowJs: true
|
|
// @checkJs: true
|
|
// @target: es5
|
|
// @outDir: ./out
|
|
// @declaration: true
|
|
// @filename: index.js
|
|
var x = 12;
|
|
module.exports = {
|
|
extends: 'base',
|
|
more: {
|
|
others: ['strs']
|
|
},
|
|
x
|
|
}; |