fix(compiler): fix options for compiler
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
console.log('test');
|
||||
console.log('test2');
|
||||
class test {
|
||||
class test2 {
|
||||
test: string[] = [];
|
||||
constructor() {
|
||||
console.log('hi');
|
||||
}
|
||||
}
|
||||
|
||||
const run = async (): Promise<string> => {
|
||||
return 'hi';
|
||||
};
|
||||
|
Reference in New Issue
Block a user