mirror of
https://github.com/2234839/web-font.git
synced 2025-12-09 03:26:57 +08:00
29 lines
592 B
JSON
29 lines
592 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": false,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"downlevelIteration": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |