kylin-code/build/npm/jsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
137 B
JSON
Raw Normal View History

2022-06-14 14:37:10 +08:00
{
"compilerOptions": {
"target": "es2020",
"lib": [
"ES2020"
],
"module": "node16",
2022-06-14 14:37:10 +08:00
"checkJs": true,
"noEmit": true
}
}