2021-04-30 22:24:27 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "lib",
|
|
|
|
"target": "ES2015",
|
|
|
|
"noEmitOnError": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"lib": ["ES2015", "dom"]
|
|
|
|
},
|
2021-11-25 19:05:56 +08:00
|
|
|
"include": ["./src/**/*.ts"]
|
2021-04-30 22:24:27 +08:00
|
|
|
}
|