mirror of
https://github.com/valitydev/fe-core.git
synced 2024-11-06 02:25:18 +00:00
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"lib": ["ESNext", "DOM"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|