11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
"lib": ["ES2017", "DOM", "ES2020"],
|
|
"moduleResolution": "node",
|
|
"outDir": "./www/common"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|
|
|