Frontend for DumbYT making use for vuejs and typescript and webpack.
http://dumbyt.hak8or.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
272 B
15 lines
272 B
{
|
|
"compilerOptions": {
|
|
"outDir": "./built/",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"noImplicitAny": true
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|