mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-14 01:34:55 +08:00
22 lines
435 B
JSON
22 lines
435 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es7",
|
|
"dom"
|
|
],
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2018",
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|