riju/tsconfig-webpack.json

10 lines
179 B
JSON

{
"compilerOptions": {
"outDir": "./frontend/out",
"rootDir": "./frontend/src",
"target": "ES3"
},
"extends": "./tsconfig.json",
"include": ["frontend/src"]
}