codetour/tsconfig.json

14 строки
252 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": ["ES2019", "DOM"],
"sourceMap": true,
"rootDir": "src",
"strict": true,
"noUnusedLocals": true
},
"exclude": ["node_modules"]
}