wowok
Version:
Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration protocol.
30 lines (25 loc) • 811 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2020", "DOM"],
"declaration": true,
"declarationDir": "dist",
"declarationMap": true,
"outDir": "dist",
"rootDir": "src",
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true,
"composite": true,
//"incremental": true
},
"include": ["src/**/*.ts"],
"exclude": [
"node_modules",
"**/__tests__/*", // 排除测试文件:ml-citation{ref="4,7" data="citationList"}
"dist"
]
}