Connect student profiles, defaults, and feedback records to the Rust API. Configure the WeChat AppID, custom tab bar, and local development workflow for version 0.1.0.
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"types": ["miniprogram-api-typings"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|