web-font/tsconfig.json
2020-03-19 17:34:41 +08:00

17 lines
365 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"esModuleInterop": true,
"baseUrl": "./",
"incremental": true
},
"exclude": ["node_modules", "dist"]
}