mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
* support @pal/env and @pal/utils modules
* fix compile-native-ts
* update
* fix eslint
* update import
* update
* merge into `pal` dir
* fix unit test
* update module config
* add main field to use import/no-extraneous-dependencies rule
* Revert "add main field to use import/no-extraneous-dependencies rule"
This reverts commit 89a3c45def.
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib/",
|
|
"rootDir": "./src/",
|
|
"baseUrl": "./"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|