10 lines
173 B
JSON
10 lines
173 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./js",
|
||
|
"allowJs": true,
|
||
|
"target": "ES2017",
|
||
|
"lib": ["es2018", "dom"],
|
||
|
},
|
||
|
"include": ["./src/**/*"]
|
||
|
}
|
||
|
|