demo-interp/tsconfig.json

10 lines
145 B
JSON
Raw Normal View History

2020-01-16 22:01:11 +02:00
{
2020-09-26 13:29:30 +03:00
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"outDir": "build",
"rootDir": "src"
}
}