mirror of
https://github.com/tappollo/booster.git
synced 2026-06-17 00:50:38 +08:00
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"isolatedModules": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2015",
|
|
"noEmit": true,
|
|
"typeRoots": ["typings"]
|
|
}
|
|
}
|