aiwebvvv / tsconfig.json
Vgony
x
102f39b
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"module": "nodenext",
"noEmit": true,
"allowImportingTsExtensions": true,
"target": "es2017"
},
"include": ["**/*.ts", "**/*.mts"],
}