@specs-feup/lara
Version:
A js port of the popular framework for building source-to-source compilers
17 lines (16 loc) • 354 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"declaration": true,
"outDir": "./dist",
"strict": true,
//"allowJs": true,
//"checkJs": true,
"moduleResolution": "NodeNext",
"sourceMap": true,
"declarationMap": true,
"allowSyntheticDefaultImports": true
//"esModuleInterop": true
}
}